home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing;
-
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- class ToolTipManager$outsideTimerAction implements ActionListener {
- // $FF: synthetic field
- ToolTipManager this$0;
-
- public void actionPerformed(ActionEvent e) {
- this.this$0.showImmediately = false;
- }
-
- // $FF: synthetic method
- ToolTipManager$outsideTimerAction(ToolTipManager this$0) {
- this.this$0 = this$0;
- }
- }
-